From 2f0d373e5523fc7479958db2ea94d3fff0322487 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Wed, 24 Nov 2021 18:02:15 +0100 Subject: [PATCH] Fix lintian warnings --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5e97368b8..00aac34eb 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc sh4)) endif %: - dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) + dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python3 --with javahelper extra_flags += \ -DBUILD_SHARED_LIBS=ON \ @@ -102,3 +102,6 @@ execute_after_dh_install: find $(CURDIR)/debian/libvtk9/ -name "*Qt*" -exec rm {} \; || true find $(CURDIR)/debian/tmp/usr/share/doc/vtk-9.0/doxygen -name "_formulas.log" -exec rm {} \; || true find $(CURDIR)/debian/build/Utilities/Doxygen/doc/html -name "_formulas.log" -exec rm {} \; || true + +execute_after_dh_installdocs: + find $(CURDIR)/debian/vtk9-doc/ -type f -print0 | xargs -0 sed -i 's/https:\/\/raw\.githubusercontent\.com//g' -- 2.30.2